#include "gtkprivate.h"
#include "gtkrender.h"
#include "gtksizerequest.h"
+#include "gtksnapshot.h"
#include "gtkstylecontextprivate.h"
#include "gtkwidgetprivate.h"
#include "gtkcssnodeprivate.h"
#include "gtkcssnodeprivate.h"
#include "gtkcssnumbervalueprivate.h"
#include "gtkrendericonprivate.h"
+#include "gtksnapshot.h"
/* GtkBuiltinIcon is a gadget implementation that is meant to replace
* all calls to gtk_render_ functions to render arrows, expanders, checks
#include "gtkdebugupdatesprivate.h"
+#include "gtksnapshot.h"
+
/* duration before we start fading in us */
#define GDK_DRAW_REGION_MIN_DURATION 50 * 1000
/* duration when fade is finished in us */
#include "gtkdrawingarea.h"
#include "gtkintl.h"
#include "gtkprivate.h"
+#include "gtksnapshot.h"
#include "gtkstylecontext.h"
typedef struct _GtkDrawingAreaPrivate GtkDrawingAreaPrivate;
#include "gtkcsstransientnodeprivate.h"
#include "gtkiconthemeprivate.h"
#include "gtkrendericonprivate.h"
+#include "gtksnapshot.h"
struct _GtkIconHelperPrivate {
GtkImageDefinition *def;
#include <cairo.h>
#include "gtkcsstypesprivate.h"
-#include "gtksnapshot.h"
#include "gtktypes.h"
G_BEGIN_DECLS
#include "gtkborder.h"
#include "gtkcssimageprivate.h"
#include "gtkcssvalueprivate.h"
-#include "gtksnapshot.h"
+#include "gtktypes.h"
G_BEGIN_DECLS
#include <gsk/gsk.h>
#include "gtkcsstypesprivate.h"
-#include "gtksnapshot.h"
#include "gtktypes.h"
G_BEGIN_DECLS
G_BEGIN_DECLS
-typedef struct _GtkSnapshot GtkSnapshot;
-
-
GDK_AVAILABLE_IN_3_90
GskRenderer * gtk_snapshot_get_renderer (const GtkSnapshot *snapshot);
typedef struct _GtkRequisition GtkRequisition;
typedef struct _GtkSelectionData GtkSelectionData;
typedef struct _GtkSettings GtkSettings;
+typedef struct _GtkSnapshot GtkSnapshot;
typedef struct _GtkStyleContext GtkStyleContext;
typedef struct _GtkTooltip GtkTooltip;
typedef struct _GtkWidget GtkWidget;
#include <gsk/gsk.h>
#include <gtk/gtkaccelgroup.h>
#include <gtk/gtkborder.h>
-#include <gtk/gtksnapshot.h>
#include <gtk/gtktypes.h>
#include <atk/atk.h>
#include "gtkeventcontroller.h"
#include "gtkactionmuxer.h"
#include "gtksizerequestcacheprivate.h"
-#include "gtksnapshot.h"
G_BEGIN_DECLS
#include <glib/gi18n-lib.h>
#include <math.h>
+#include <gtk/gtksnapshot.h>
+
#include "gsk/gskrendernodeprivate.h"
-#include "gtkwidgetprivate.h"
#include "fallback-c89.c"